home *** CD-ROM | disk | FTP | other *** search
- PLEASE NOTE:
- This DOC file is for version 1.00 which is dated 1/25/86 and which was in
- the file ADIR.LBR. That .LBR also contained the version 1.00 EXE as well
- as the ASM source. However, on the BBS where this file was found, I also
- saw the file ADIR102.EXE and so I archived this DOC along with the more
- recent (by one day!) EXE; I have not included the version 1.00 ASM. The
- newer ASM was unavailable.
-
- Bob Weinstein
- co-sysop, PC-Rockland RBBS
- *******************************************************************************
-
-
- MSDOS ADIR
- by Howard Vigorita, NYACC, CP/M SIG
- upload comments &/or updates to (718) 539 - 3338
-
- ADIR is a MSDOS generic program to display a directory of
- ARC archive members. It requires MSDOS 2.x or higher and a 64K or
- greater system.
-
- This software is released into the public domain on the
- condition that it is not distributed for profit or incorporated
- into any other software for which the source code and historical
- credits are not supplied. Any variance from these conditions may
- only be obtained on written consent of the author or the New York
- Amateur Computer Club.
-
- USAGE
- -----
-
- Execute program as follows from the default drive with
- ARC also on that drive where afn = ambiguous file name of
- member(s):
-
- ADIR FileName[.ARC] [afn]
-
- To see all members when ADIR is on A: & FILE.ARC is on B:
-
- A>ADIR B:FILE
- <or>
- B>A:ADIR FILE *.*
-
- ADIR will also accept a wildcard archive specification,
- in which case it will open the first ARC it finds.
-
- REGENERATION
- ------------
-
- To reassemble this program with MASM 1.0 or 2.0:
- MASM ADIR ;
- LINK ADIR ;
- With MASM 3.0, use the "/A" option to link segments in alpha order.
-
-
- HISTORY
- -------
-
- ver 1.00 ADIR created for MSDOS assembly by MASM.
- Howard Vigorita
-